ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / TagCollection Class / AddRange Method / AddRange(IEnumerable<Object>) Method
The specified collection of items.

In This Topic
    AddRange(IEnumerable<Object>) Method
    In This Topic
    Adds the items of the specified collection to the end of the TagCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal collection As IEnumerable(Of Object) _
    ) 
    public void AddRange( 
       IEnumerable<object> collection
    )

    Parameters

    collection
    The specified collection of items.
    See Also